CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - transpose matrix

搜索资源列表

  1. Matrix-AlgorithmMat

    0下载:
  2. 该java文件内包括了矩阵的加减乘除,矩阵求逆,矩阵求秩,矩阵转置,数组从大到小和从小到大排序等常用算法,是工科同学算例的仿真必备 -The java file, which includes both matrix addition, subtraction, matrix inversion, matrix rank, matrix transpose, array descending and ascending order and other commonly used algori
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3343
    • 提供者:东南大
  1. suijijuzhen

    0下载:
  2. VB源码,算法相关,转置矩阵 VB编写的一个随机矩阵并求它的VB随机矩阵代码,代码中rnd是随机的意思,Print a(i, j) 分号一定要加,涉及到横向排列和纵向排列的问题,利用循环输出矩阵结果,请参见演示图。-VB source code, algorithms related to transpose matrix VB, a random matrix and find its random matrix VB code, the code is random rnd meanin
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2003
    • 提供者:飞儿
  1. Matrix-Class

    0下载:
  2. 很实用的C#矩阵运算类,其包括基本的矩阵加减,矩阵乘法,转置 ,求逆等运算-Very useful matrix operations C# class that includes basic addition and subtraction of matrices, matrix multiplication, transpose, inverse operation, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:11976
    • 提供者:乔晶
  1. C-program-to-transpose-a-matrix-

    0下载:
  2. This c program prints transpose of a matrix. It is obtained by interchanging rows and columns of a matrix. For example if a matrix is 1 2 3 4 5 6 then transpose of above matrix will be 1 3 5 2 4 6 When we transpose a matrix then the ord
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:3278
    • 提供者:fpthl
  1. Sparse-matrix-transpose-and-additive

    0下载:
  2. 通过构造三元组,得到矩阵的三元组,实现对稀疏矩阵的转置和加法运算-By constructing three tuple, get three tuple matrix, the sparse matrix transpose and addition operations
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3257
    • 提供者:mingluchang
  1. matrix

    0下载:
  2. 自己写的一个矩阵类,实现矩阵的基本操作,转置,求逆,取一行或一列,等-To write a matrix class that implements the basic matrix operations, transpose, inverse, take a row or column, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1120958
    • 提供者:123
  1. matrix-manipulation

    0下载:
  2. 矩阵运算器 运用vb语言,能够实现矩阵的加法,乘法,矩阵的转置,矩阵的秩-Matrix operations using vb language, to achieve matrix addition, multiplication, matrix transpose, rank of matrix
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:287768
    • 提供者:文青
  1. diagonal-matrix

    0下载:
  2. 一个对角矩阵,有如下共享成员,输入、输出、加减乘、转置等函数。结果都是一个用一位数组表示的对角矩阵。重载运算符<<,>>,+,-和*。-A diagonal matrix, there are shared members, input, output, subtraction multiplication, transpose and other functions. The result is an array represented by a diagonal ma
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1372
    • 提供者:dongyuan
  1. Matrix

    0下载:
  2. 把一个N*N的三角矩阵按列的方式映射到一个3N*2的一维数组,功能设置,输入输出、存储搜索、加减乘、转置。-Put an N* N triangular matrix is ​ ​ mapped to the column by way of a one-dimensional array of 3N* 2, the feature set, input and output, storage, search, add and subtract multiply, trans
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1090
    • 提供者:dongyuan
  1. tranpose

    0下载:
  2. 编写一个tranpose()函数,对一个输入的矩阵进行处理,返回该矩阵的转置矩阵。-C++ write a function for processing an input matrix, returns the matrix transpose matrix.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:682
    • 提供者:
  1. Matrix

    0下载:
  2. openGL 自己实现矩阵类,其中包括实现 平移矩阵、任意轴旋转矩阵、缩放矩阵,以及矩阵的正交化、矩阵的代数余式、矩阵的逆、转置-openGL achieve their own matrices, including translational matrix arbitrary axis rotation matrix, scaling matrix, and the matrix of orthogonal matrix algebra I type, matrix inverse, tra
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:3070
    • 提供者:erermu
  1. test

    0下载:
  2. Tutorial with source code for Digital Image Processing essential functions are described in this code. The image color types, color codes, color planes, matrices, matrix transpose, matrix concatenation, variables in DIP operations, data types in DIP
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:51850
    • 提供者:Ajitpal Brar
  1. Matrix

    0下载:
  2. 矩阵的加减乘与转置运算.能计算double与int型矩阵-Matrix multiplication and subtraction transpose operation
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:1939275
    • 提供者:张宇飞
  1. transpose

    0下载:
  2. java代码,二维数组矩阵转置实现,输入原矩阵可自行更改-java code, two-dimensional array matrix transpose achieve, enter the original matrix can make changes
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:793
    • 提供者:jry
  1. d

    0下载:
  2. 设计一个稀疏矩阵计算器,要求能够:⑴输入并建立稀疏矩阵;⑵输出稀疏矩阵;⑶执行两个矩阵相加;⑷执行两个矩阵相乘;⑸求一个矩阵的转置矩阵;⑹求一个矩阵的逆矩阵(选做)。-Design of a sparse matrix calculator, requires the ability to: ⑴ input and the establishment sparse matrix ⑵ output sparse matrix ⑶ perform two matrices are added
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3073
    • 提供者:David
  1. 7parameter

    0下载:
  2. 布尔莎模型中7个参数的求解,程序中包含了矩阵转置、矩阵相乘、矩阵求逆的类-Solving Bursa seven parameter model, the program contains a matrix transpose, matrix multiplication, matrix inversion of the class
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:72817
    • 提供者:bob
  1. sparse-matrix

    0下载:
  2. 一个简单的稀疏矩阵的压缩存储以及加、减、乘、转置运算程序-A simple sparse matrix of compressed storage and addition, subtraction, multiplication, transpose operation procedures
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:237651
    • 提供者:吴陈涛
  1. Transpose-of-matrix

    0下载:
  2. A matrix is taken user input and transpose of the matrix is done.-A matrix is taken user input and transpose of the matrix is done.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1733
    • 提供者:utpal
  1. MATRIX

    0下载:
  2. 矩阵基础计算的小程序,包括矩阵加减乘运算、矩阵求转置、矩阵方阵求逆功能,可供参考-basic Calculation of small procedural matrix, including matrix addition and subtraction multiplication, matrix transpose, inverse square matrix function, for reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1625
    • 提供者:影留风
  1. Matrix-transpose

    0下载:
  2. 实现矩阵转置的功能,C语言版本,即行列互相交换。-Realization of the matrix transpose function, C language version, that the ranks of the exchange.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4906
    • 提供者:
« 1 2 3 4 5 67 8 9 10 11 ... 20 »
搜珍网 www.dssz.com